ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Win.Collections.ObjectModel Namespace / ObservableKeyValuePair<TKey,TValue> Class / Value Property

In This Topic
    Value Property (ObservableKeyValuePair<TKey,TValue>)
    In This Topic
    Gets the value in the key/value pair.
    Syntax
    'Declaration
     
    Public Property Value As TValue
    public TValue Value {get; set;}
    See Also